Nuprl Definition : st-lookup 11,40

st-lookup(tab;x)
== let K,p,f = tab in 
== let n = mu(n.p <z n K n (f(n)).1 =a1 x) in
== let nif p <z n K n then inr   else inl ((f(n)).2)  fi  
latex



clarification:

st-lookup(tab;x)
== let K,p,f = tab in 
== let n = mu(n.p <z n K n eq_atom1((f(n)).1;x)) in
== let nif p <z n K n then inr   else inl ((f(n)).2)  fi  
latex


Definitionslet x,y,z = a in t(x;y;z), let x = a in b(x), mu(f), x.A(x), eq_atom$n(x;y), t.1, if b then t else f fi , p q, i <z j, i j, inr x , , inl x , t.2, f(a)
FDL editor aliasesst-lookup

origin